[SPARK-52381][CORE][3.5] JsonProtocol: Only accept subclasses of SparkListenerEvent#51323
Closed
pjfanning wants to merge 1 commit intoapache:branch-3.5from
Closed
[SPARK-52381][CORE][3.5] JsonProtocol: Only accept subclasses of SparkListenerEvent#51323pjfanning wants to merge 1 commit intoapache:branch-3.5from
pjfanning wants to merge 1 commit intoapache:branch-3.5from
Conversation
…kListenerEvent JsonProtocol tidy up. Only parse JSON relating to Spark events. https://issues.apache.org/jira/browse/SPARK-52381 Tidier code and https://lists.apache.org/thread/9zwkdo85wcdfppgqvbhjly8wdgf595yp No Unit test No Closes apache#51312 from pjfanning/SPARK-52381-br4.0. Authored-by: PJ Fanning <pjfanning@users.noreply.github.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
Member
Author
|
fyi @LuciferYang - this is the last branch that I will copy this to |
LuciferYang
pushed a commit
that referenced
this pull request
Jun 30, 2025
…kListenerEvent ### What changes were proposed in this pull request? JsonProtocol tidy up. Only parse JSON relating to Spark events. https://issues.apache.org/jira/browse/SPARK-52381 ### Why are the changes needed? Tidier code and https://lists.apache.org/thread/9zwkdo85wcdfppgqvbhjly8wdgf595yp ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit test ### Was this patch authored or co-authored using generative AI tooling? No Closes #51323 from pjfanning/SPARK-52381-br3.5. Authored-by: PJ Fanning <pjfanning@users.noreply.github.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
Contributor
|
Merged into branch-3.5. Thank you @prabeesh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
JsonProtocol tidy up. Only parse JSON relating to Spark events.
https://issues.apache.org/jira/browse/SPARK-52381
Why are the changes needed?
Tidier code and https://lists.apache.org/thread/9zwkdo85wcdfppgqvbhjly8wdgf595yp
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit test
Was this patch authored or co-authored using generative AI tooling?
No